Edit Task: SetResourceDetails ResourceAccommodation
Description
The Accommodation attribute under EditTask defines whether the resource usage's accommodation is applicable for all of the task's possibilities.
Parameters
Parameter | Description |
---|---|
ResourceName | A string of text of the resource that is being defined within the command. |
Accommodation | A Boolean value that determines whether accommodation is considered when assigned. |
Examples
Make accommodation not applicable for ResA for all possibilities that use ResA in TaskA.
PATCH api/task/TaskA
Body:
{
"SetResourceDetails" : {
"ResourceName" : "ResA",
"Accommodation" : "FALSE" }
}